home *** CD-ROM | disk | FTP | other *** search
/ SVM Mac 58 / CD-ROM N°58.iso / navigateurs / Netscape Folder / chrome / wallet / content / default / SignonViewer.xul < prev    next >
Encoding:
Extensible Markup Language  |  2000-04-19  |  6.0 KB  |  150 lines  |  [TEXT/MOSS]

  1. <?xml version="1.0"?>
  2. <!-- 
  3.   The contents of this file are subject to the Netscape Public
  4.   License Version 1.1 (the "License"); you may not use this file
  5.   except in compliance with the License. You may obtain a copy of
  6.   the License at http://www.mozilla.org/NPL/
  7.   
  8.   Software distributed under the License is distributed on an "AS
  9.   IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  10.   implied. See the License for the specific language governing
  11.   rights and limitations under the License.
  12.   
  13.   The Original Code is Mozilla Communicator client code, released
  14.   March 31, 1998.
  15.   
  16.   The Initial Developer of the Original Code is Netscape
  17.   Communications Corporation. Portions created by Netscape are
  18.   Copyright (C) 1998-1999 Netscape Communications Corporation. All
  19.   Rights Reserved.
  20.   
  21.   Contributor(s):
  22.     Ben Goodger
  23. -->
  24.  
  25. <!-- CHANGE THIS WHEN MOVING FILES -->
  26. <?xml-stylesheet href="chrome://wallet/skin/" type="text/css"?>
  27. <?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
  28.  
  29. <!-- CHANGE THIS WHEN MOVING FILES -->
  30. <!DOCTYPE window SYSTEM "chrome://wallet/locale/SignonViewer.dtd" >
  31.  
  32. <window id="signonviewer"
  33.         width="470" height="440"
  34.         title="&windowtitle.label;"
  35.         xmlns:html="http://www.w3.org/TR/REC-html40"
  36.         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  37.         align="vertical"
  38.         class="dialog"
  39.         onload="Startup()">
  40.  
  41.   <html:script src="chrome://wallet/content/SignonViewer.js"/>
  42.     <html:script src="chrome://global/content/strres.js" />
  43.  
  44.   <tabcontrol flex="100%" align="vertical">
  45.     <tabbox>
  46.       <tab selected="true">&tab.signonsstored.label;</tab>
  47.       <tab>&tab.signonsnotstored.label;</tab>
  48.       <tab id="nopreview">&tab.nopreview.label;</tab>
  49.       <tab id="nocapture">&tab.nocapture.label;</tab>
  50.       <spring flex="1"/>
  51.     </tabbox>
  52.     <tabpanel align="horizontal" style="width: 460px;">
  53.       <!-- saved signons -->
  54.       <box class="tabpanel" id="savedsignons" flex="100%" align="vertical">
  55.         <box><html:div>&spiel.signonsstored.label;</html:div></box>
  56.         <spring style="height: 10px;"/>
  57.           <tree id="signonstree" class="inset" style="height: 280px; width: 440px;" align="vertical"
  58.                 onclick="HandleEvent(event);"
  59.                 onkeypress="HandleEvent(event,0)">
  60.             <treecol width="45%"/>
  61.             <treecol width="55%"/>
  62.             <treehead>
  63.               <treerow>
  64.                 <treecell value="&treehead.site.label;"/>
  65.                 <treecell value="&treehead.username.label;"/>
  66.               </treerow>          
  67.             </treehead>
  68.             <treechildren id="savesignonlist"/>
  69.           </tree>
  70.         <spring style="height: 5px;"/>
  71.         <box align="horizontal">
  72.           <titledbutton id="removeSignon" disabled="true" class="dialog push" value="&remove.label;" onclick="DeleteSignon();"/>
  73.         </box>
  74.         <spring style="height: 5px;"/>
  75.       </box>
  76.       <!-- ignored signon sites -->
  77.       <box class="tabpanel" id="ignoredsites" flex="100%" align="vertical">
  78.         <html:div>&spiel.signonsnotstored.label;</html:div>
  79.         <spring style="height: 10px;"/>
  80.           <tree id="ignoretree" class="inset" style="height: 280px; width: 440px;" align="vertical"
  81.                 onclick="HandleEvent(event);"
  82.                 onkeypress="HandleEvent(event,1)">
  83.             <treecol width="100%"/>
  84.             <treehead>
  85.               <treerow>
  86.                 <treecell value="&treehead.site.label;"/>
  87.               </treerow>          
  88.             </treehead>
  89.             <treechildren id="ignoredlist"/>
  90.           </tree>
  91.         <spring style="height: 5px;"/>
  92.         <box align="horizontal">
  93.           <titledbutton id="removeIgnoredSite" disabled="true" class="dialog push" value="&remove.label;" onclick="DeleteIgnoredSite();"/>
  94.         </box>
  95.         <spring style="height: 5px;"/>
  96.       </box>
  97.       <!-- do not preview panel -->
  98.       <box class="tabpanel" id="nopreviewforms" flex="100%" align="vertical">
  99.         <html:div>&spiel.nopreview.label;</html:div>
  100.         <spring style="height: 10px;"/>
  101.           <tree id="nopreviewtree" class="inset" style="height: 280px; width: 440px;" align="vertical"
  102.                 onclick="HandleEvent(event);"
  103.                 onkeypress="HandleEvent(event,2)">
  104.             <treecol width="100%"/>
  105.             <treehead>
  106.               <treerow>
  107.                 <treecell value="&treehead.site.label;"/>
  108.               </treerow>          
  109.             </treehead>
  110.             <treechildren id="nopreviewlist"/>
  111.           </tree>
  112.         <spring style="height: 5px;"/>
  113.         <box align="horizontal">
  114.           <titledbutton id="removeNoPreview" disabled="true" class="dialog push" value="&remove.label;" onclick="DeleteNoPreviewForm();"/>
  115.         </box>
  116.         <spring style="height: 5px;"/>
  117.       </box>
  118.       <!-- do not capture panel -->
  119.       <box class="tabpanel" id="nocaptureforms" flex="100%" align="vertical">
  120.         <html:div>&spiel.nocapture.label;</html:div>
  121.         <spring style="height: 10px;"/>
  122.           <tree id="nocapturetree" class="inset" style="height: 280px; width: 440px;" align="vertical"
  123.                 onclick="HandleEvent(event);"
  124.                 onkeypress="HandleEvent(event,3)">
  125.             <treecol width="100%"/>
  126.             <treehead>
  127.               <treerow>
  128.                 <treecell value="&treehead.site.label;"/>
  129.               </treerow>          
  130.             </treehead>
  131.             <treechildren id="nocapturelist"/>
  132.           </tree>
  133.         <spring style="height: 5px;"/>
  134.         <box align="horizontal">
  135.           <titledbutton id="removeNoCapture" disabled="true" class="dialog push" value="&remove.label;" onclick="DeleteNoCaptureForm();"/>
  136.         </box>
  137.         <spring style="height: 5px;"/>
  138.       </box>
  139.     </tabpanel>
  140.   </tabcontrol>
  141.   
  142.   <!-- from dialogOverlay.xul -->
  143.   <box align="horizontal">
  144.     <spring flex="100%"/>
  145.     <box id="okCancelButtons"/>
  146.   </box>
  147.  
  148. </window>
  149.  
  150.